バージョン

DataErrorInfo コンストラクタ(IList<DataErrorInfo>)

DataErrorInfo の新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal errorList As IList(Of DataErrorInfo) _
)
public DataErrorInfo( 
   IList<DataErrorInfo> errorList
)

パラメータ

errorList
エラーのリスト。
参照